home *** CD-ROM | disk | FTP | other *** search
/ Champak 123 / (Vol 123) Jan 13 2011.iso / Games / moon_patrol.swf / scripts / frame_5 / DoAction.as
Text File  |  2011-01-13  |  1KB  |  22 lines

  1. leveldesign1 = [1,5,1,1,2,5,2,1,2,1,0,0,2,0,1,1,2,1,2,0,1,1,2,1,2,1,5,3,1,2,1,3,1,2,1,5,1,2,0,5,5,6,1,0,0,0,0,0,9];
  2. leveldesign2 = [5,2,1,5,0,1,5,2,1,2,4,3,1,2,1,5,2,1,1,2,2,0,1,6,2,3,1,2,2,5,1,2,6,5,2,1,2,3,5,6,4,1,2,5,1,2,8,0,0,0,9];
  3. leveldesign3 = [4,4,4,4,4,4,3,0,0,0,0,0,0,7,0,0,0,0,6,4,5,8,2,6,5,3,1,4,8,7,0,0,0,0,1,0,2,6,2,3,4,1,2,4,4,4,6,7,0,0,0,0,0,7,0,0,5,2,1,6,0,0,4,4,4,4,4,4,3,4,0,0,0,9];
  4. leveldesign4 = [8,0,0,8,0,0,7,2,0,0,2,3,4,3,4,3,4,3,4,1,2,4,2,6,4,5,3,7,0,0,2,3,1,4,5,3,8,5,0,0,4,8,5,0,0,0,9];
  5. leveldesign5 = [8,0,8,0,5,3,4,3,4,3,4,5,3,4,5,3,4,5,6,2,3,1,2,3,5,6,7,3,2,6,7,5,1,0,0,0,3,2,4,1,5,4,3,6,5,3,6,5,4,2,1,2,3,4,3,4,3,7,8,8,0,0,2,0,0,0,9];
  6. jump = new Sound();
  7. jump.attachSound("jump");
  8. alien = new Sound();
  9. alien.attachSound("alien");
  10. shot = new Sound();
  11. shot.attachSound("shot");
  12. hubshotsound.attachSound("hubshotsound");
  13. hubshotsound = new Sound();
  14. gelocht = new Sound();
  15. gelocht.attachSound("gelocht");
  16. score = 0;
  17. level = 1;
  18. tanks = 3;
  19. scroll = true;
  20. Mouse.show();
  21. stop();
  22.